home *** CD-ROM | disk | FTP | other *** search
/ Rover 25 Presentation / Rover25_Presentation_CD.bin / Tool2.cst / 00080_Script_sort text < prev   
Text File  |  2000-01-31  |  292b  |  15 lines

  1. on exitFrame
  2.   repeat with i = 1 to the number of members in cast 1
  3.     if the type of member i = #text then
  4.       set the forecolor of member i = 255
  5.       set the font of member i = "Arial"
  6.       set the fontsize of member i = 12
  7.       
  8.     end if
  9.     
  10.   end repeat    
  11. end  
  12.  
  13.  
  14.  
  15.